crypto/elliptic/internal/nistec.P384Point.Add (method)
5 uses
crypto/elliptic/internal/nistec (current package)
p384.go#L147: func (q *P384Point) Add(p1, p2 *P384Point) *P384Point {
p384.go#L266: table[i].Add(table[i-1], q)
p384.go#L283: p.Add(p, t)
p384.go#L294: p.Add(p, t)
crypto/elliptic
p384.go#L122: return p384PointToAffine(p1.Add(p1, p2))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)